Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rc: Denylist send_signal/send_signal_nmi_remote #157

Closed
wants to merge 1 commit into from

Conversation

danobi
Copy link
Member

@danobi danobi commented Nov 26, 2024

The test hangs in GH hosted runners:

WATCHDOG: test case send_signal/send_signal_nmi_remote executes for 10 seconds...
WATCHDOG: test case send_signal/send_signal_nmi_remote executes for 300 seconds, terminating with SIGSEGV
Caught signal #11!
Stack trace:
./test_progs(crash_handler+0x38)[0x5556294291b2]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f39721c0420]
./test_progs(+0x33fa71)[0x5556293a7a71]
./test_progs(+0x340231)[0x5556293a8231]
./test_progs(test_send_signal+0x11f)[0x5556293a8366]
./test_progs(+0x3c173f)[0x55562942973f]
./test_progs(main+0x5af)[0x55562942b418]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f3971fde083]
./test_progs(_start+0x2e)[0x55562909f26e]

The root cause is the same as the other send_signal_nmi tests, so just deny for RC.

The test hangs in GH hosted runners:

    WATCHDOG: test case send_signal/send_signal_nmi_remote executes for 10 seconds...
    WATCHDOG: test case send_signal/send_signal_nmi_remote executes for 300 seconds, terminating with SIGSEGV
    Caught signal libbpf#11!
    Stack trace:
    ./test_progs(crash_handler+0x38)[0x5556294291b2]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f39721c0420]
    ./test_progs(+0x33fa71)[0x5556293a7a71]
    ./test_progs(+0x340231)[0x5556293a8231]
    ./test_progs(test_send_signal+0x11f)[0x5556293a8366]
    ./test_progs(+0x3c173f)[0x55562942973f]
    ./test_progs(main+0x5af)[0x55562942b418]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f3971fde083]
    ./test_progs(_start+0x2e)[0x55562909f26e]

The root cause is the same as the other send_signal_nmi tests, so just
deny for RC.
@danobi danobi force-pushed the deny_signal_selftest branch from 55abcca to 02f592b Compare November 26, 2024 02:27
danobi added a commit to danobi/bpf-rc that referenced this pull request Nov 26, 2024
danobi added a commit to danobi/bpf-rc that referenced this pull request Nov 26, 2024
danobi added a commit to danobi/bpf-rc that referenced this pull request Nov 26, 2024
danobi added a commit to danobi/bpf-rc that referenced this pull request Nov 26, 2024
@danobi
Copy link
Member Author

danobi commented Nov 26, 2024

looks like bumping runners to ubuntu 24.04 fixed it :O

@danobi danobi closed this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant